projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e935993
)
Fix typo.
author
John Ralls
<jralls@ceridwen.us>
Mon, 22 Feb 2016 00:17:46 +0000
(16:17 -0800)
committer
John Ralls
<jralls@ceridwen.us>
Mon, 22 Feb 2016 00:17:46 +0000
(16:17 -0800)
gtk/gtkclipboard-quartz.c
patch
|
blob
|
history
diff --git
a/gtk/gtkclipboard-quartz.c
b/gtk/gtkclipboard-quartz.c
index 40f1c566b1eec3957171d83dde19b01410cc7020..8f98cc7398c4380f5c6c2ba595c34a59eea400f1 100644
(file)
--- a/
gtk/gtkclipboard-quartz.c
+++ b/
gtk/gtkclipboard-quartz.c
@@
-860,7
+860,7
@@
gtk_clipboard_wait_for_text (GtkClipboard *clipboard)
GdkPixbuf *
gtk_clipboard_wait_for_image (GtkClipboard *clipboard)
{
- GdkAtom target = gdk_atom_intern_static_string("image/tiff")
+ GdkAtom target = gdk_atom_intern_static_string("image/tiff")
;
int i;
GtkSelectionData *data;